home *** CD-ROM | disk | FTP | other *** search
/ Complete Linux / Complete Linux.iso / docs / apps / circuits / irsim_ta.z / irsim_ta / irsim / README < prev    next >
Encoding:
Text File  |  1990-09-13  |  969 b   |  22 lines

  1. To compile irsim run the make_irsim script.  This will compile and install
  2. everything that's needed.
  3.  
  4. You may change the default directory (~cad) in which things get installed
  5. by setting CAD_HOME to whatever is appropriate in your system.
  6.  
  7. The CFLAGS file contains the 2 system dependent flags.  For ultrix, hp's
  8. and sun's you don't need to change them.  For SYSTEM-V installations set the
  9. SYS_V flag (-DSYS_V).  If your system doesn't support sending SIGIO on sockets
  10. (asynchronous reads) then set the NO_SIGIO (-DNO_SIGIO) flag as well, if you
  11. are not sure about this, then set it anyhow.
  12.  
  13. For systems that do not have an X11 library, you can compile irsim without
  14. the analyzer, for this you will have to edit the file src/irsim/Makefile
  15. and set X=NO, and XLIB="".
  16.  
  17. The lib directory contains prm files for the scalable-cmos process.  You may
  18. want to install these in "~cad/lib" as well.
  19.  
  20. The calibrate directory contains information on creating your own prm files.
  21.  
  22.